home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / mouse / TMouse20.lha / TMouse / S / TMouse.init < prev    next >
Encoding:
Text File  |  1998-10-12  |  1.1 KB  |  23 lines

  1. HandlerPri    = 51    ; Priority of TMouse's handler.
  2. TMousePri    = 4    ; Priority that TMouse will run at.
  3.  
  4. Acceleration    = 3    ; Mouse acceleration.
  5. Threshold    = 3    ; Mouse acceleration threshold.
  6. MouseTime    = 3    ; Time in seconds before the mouse blanks.
  7. ScreenTime    = 300    ; Time in seconds before the screen blanks.
  8. AlertTime    = 300    ; Max time in seconds for a system alert.
  9. ClickToFront    = 3    ; Clicks to pop window to front.
  10. VectorTime    = 10    ; Time in seconds between each check of vectors.
  11.  
  12. VectorsOk    = TRUE    ; Don't warn if vectors are non-zero at startup.
  13. AutoPoint    = TRUE    ; Activates window under mouse pointer.
  14. ClickToBack    = TRUE    ; Press right mouse button while holding the left to push window to back.
  15. ScreenToBack    = FALSE    ; Push screen to back if no window for ClickToBack.
  16. NoCapsLock    = FALSE    ; Renders caps lock key ineffective.
  17.  
  18. Shanghai    = FALSE    ; Workbench windows opens on default public screen.
  19. PopPubScreen    = FALSE    ; Bring public screen to front when window opens.
  20. BlankBorder    = FALSE    ; Makes the screen borders blank.
  21. WildStar    = FALSE    ; Makes DOS handle "*" as "#?".
  22. NoClickDF0    = FALSE    ; Stop DF0: making the click sound.
  23.